@import url(nav.css);
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@1,500&display=swap');

/* Code by Lisandu Sanidv */
body {
  background-color: #4E4E50;
}

img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 200px;
}

#bgimg1 {
  width: 100%;
  height: 1000px;
  background-image: url("space.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#h {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 20px;
  text-align: center;
}



h1 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

h2 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

h3 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

img {
  width: 150px;
  height: auto;
}

::-webkit-scrollbar {
  background: #000000;
  width: 9px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ee5253;
  border-radius: 10px;
}

.bts {
  left: 0px;
}




@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1080px) {
  #h {
    font-size: 100px;
  }

  @media screen and (max-width: 720px) {
    #h {
      font-size: 30px;
    }

    #bgimg1 {
      width: 100%;
      height: 500px;
      background-image: url("space.jpg");
      background-size: cover;
      background-repeat: no-repeat;
    }
